home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 December
/
Chip_2002-12_cd1.bin
/
oddech
/
tobogan
/
Toboggan_Run.exe
/
scripts
/
DefineButton2_199
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-24
|
259b
|
9 lines
on(release){
_root.pushmovie.ringtop.firesound.gotoAndPlay("fireoff");
_root.pushmovie.ringtop.firesound.firecrack.stop();
_root.firemusic.setVolume(90);
_root.intro.introsound.stop();
_root.gotoAndPlay("mainscreen");
nextFrame();
}